Intersoft.Client.Framework Namespace : ObservableResource<T> Class |
The following tables list the members exposed by ObservableResource<T>.
Name | Description | |
---|---|---|
![]() | ObservableResource<T> Constructor | Initializes a new instance of ObservableResource class. |
Name | Description | |
---|---|---|
![]() | IsDisposed | Determines whether this object instance has been disposed. |
![]() | Owner | Gets or sets a custom object that own this resource. |
![]() | Resource | Gets the resource instance being observed. |
Name | Description | |
---|---|---|
![]() | IsOverridden | Gets or sets a boolean value that indicates whether this resource should override the existing instance. |
![]() | ResourcePrefix | Gets the prefix key of the observed resource. |
Name | Description | |
---|---|---|
![]() | Dispose | Dispose this object instance. |
![]() | GetPropertyValue | Gets the value of the specified property. |
![]() | GetString | Gets the localized string directly from the resource manager. |
![]() | TryOverrideResource | Attempts to override the existing resource. |
![]() | UpdateBindings | Update all elements bound to this resource with refreshed localized string. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Called when the property value has changed. |
![]() | SetOwnerProperty | Sets a value of the specified property to the IObservableResource object owned by this resource. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |